home *** CD-ROM | disk | FTP | other *** search
- USAGE:
-
- Kill does the same as C:Delete but your can specify the files you want to delete by date or size.
- The template is as following:
-
- FILE/M/A,ALL/S,QUIET/S,FORCE/S,SINCE/K,UPTO/K,SINCEDAYS/K/N,UPTODAYS/K/N,
- BIGGER/K/N,SMALLER/K/N
-
- FILES/M/A,ALL/S,QUIET/S,FORCE/S are the same options as described by C:Delete.
- With SINCE/K and UPTO/K you can specify the dates of the files that should be deleted, much the
- same way as these options work in C:List. With SINCEDAYS/K/N and UPTODAYS/K/N you may specify dates
- relative to today. For example
-
- Kill Download:#? UPTODAYS -7
-
- deletes all files in Download: that are older than one week. Finally you may delete files based on
- their size:
-
- Kill Download:#? SMALLER 1000
-
- deletes all files in Download with 999 or less bytes.
-
- You may combine the last six options freely, only a file matching all six will be deleted.
-
- AUTHOR:
-
- Walter Dörwald
- Moiergasse 4
- 92708 Mantel
- eMail: walter@data.mayn.sub.de
-
- Bug reports and suggestions are always welcome
-
- This program and it's source are public domain, do which what you like as long as you don't get
- rich with it, and if you actually find parts of it useful give credit where credit is due.
-
-